Convert to xes ++++++++++++++ The user can convert his uploaded .csv files to xes, on the server side of this application. The user has to call the endpoint:http://127.0.0.1:5000/convertocsv?filename=(name_of_file).csv&seperator=(csv_column_separtor)&caseconcept=(the_column to rename)&conceptname=(the_column to rename)×tamp=(the_column to rename)&startevent=(the_column to rename) get: description: Auto generated using Swagger Inspector parameters: - name: caseconcept in: query schema: type: string example: Case%20ID - name: filename in: query schema: type: string example: running-example.csv - name: startevent in: query schema: type: string example: Costs - name: conceptname in: query schema: type: string example: Activity - name: seperator in: query schema: type: string example: ; - name: timestamp in: query schema: type: string example: 'dd-MM-yyyy:HH.mm' responses: '200': description: Auto generated using Swagger Inspector content: application/json: schema: type: object properties: {} examples: '0': value: | [ { "xesname": "running-example.xes" } ]